C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / OnClientLoadingRows Property

In This Topic
OnClientLoadingRows Property (TransposedGrid<T>)
In This Topic
Occurs before the grid rows are bound to the data source.
Syntax
'Declaration
 
<JsonAttribute(True, 
   2, 
   "loadingRows")>
Public Overridable Property OnClientLoadingRows As String
 
See Also